Html Css Color HEX #338B6C Viridian

📋 copy color: '#338B6C'

red 51 ◦ green 139 ◦ blue 108

#338B6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #338B6C

Tints of Viridian #338B6C

RGB

 RED value IS 51 (20.31% from 255) = 17.11%

 GREEN value IS 139 (54.69% from 255) = 46.64%

 BLUE value IS 108 (42.58% from 255) = 36.24%

R = 17.11%
G = 46.64%
B = 36.24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#338B6C (or 0x338B6C) is known color: Viridian. HEX triplet: 33, 8B and 6C. RGB value is (51,139,108). Sum of RGB (Red+Green+Blue) = 51+139+108=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #338B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338B6C is #CC7493. Grayscale: #6D6D6D. Windows color (decimal): -13399188 or 7113523. OLE color: 7113523.

HSL color Cylindrical-coordinate representation of color #338B6C: hue angle of 158.86º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338B6C is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 139 108 -
CMYK 0.63 0 0.22 0.45
HSL 158.86º 0.46% 0.37% -
HSV(B) 158.86º 0.63% 0.55% -
XYZ 13.3 20.25 17.4 -
YUV 109.15 127.35 86.52 -
System Red Green Blue C M Y K H S L
Decimal 51 139 108 0.63 0 0.22 0.45 158.86 0.46 0.37
Hex 33 8B 6C 3F 0 16 2D 9F 2E 25
Octal 63 213 154 77 0 26 55 237 56 45
Binary 110011 10001011 1101100 111111 0 10110 101101 10011111 101110 100101

Color Harmonies of #338B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338B6C

Black with #338B6C

Text Example


Text Example

White with #338B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338B6C; }

 p { color: rgb(51,139,108); }

 H1.HeaderClassName
 {
   color: #338B6C;
 }
 .AnyTagClassName
 {
   color: #338B6C;
 }
</style>

background-color css

<style>
 a { background-color: #338B6C; }

 a { background-color: rgb(51,139,108); }

 div.DivClassName
 {
   background-color: #338B6C;
 }
 .BgClassName
 {
   background-color: #338B6C;
 }
</style>

border-color css

<style>
 span { border-color: #338B6C; }

 span { border-color: rgb(51,139,108); }

 td.TdClassName
 {
   border-color: #338B6C;
 }
 .TagClassName
 {
   border-color: #338B6C;
 }
</style>