Html Css Color HEX #368867 Viridian

📋 copy color: '#368867'

red 54 ◦ green 136 ◦ blue 103

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

Shades of Viridian #368867

Tints of Viridian #368867

RGB

 RED value IS 54 (21.48% from 255) = 18.43%

 GREEN value IS 136 (53.52% from 255) = 46.42%

 BLUE value IS 103 (40.63% from 255) = 35.15%

R = 18.43%
G = 46.42%
B = 35.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#368867 (or 0x368867) is known color: Viridian. HEX triplet: 36, 88 and 67. RGB value is (54,136,103). Sum of RGB (Red+Green+Blue) = 54+136+103=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #368867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368867 is #C97798. Grayscale: #6B6B6B. Windows color (decimal): -13203353 or 6785078. OLE color: 6785078.

HSL color Cylindrical-coordinate representation of color #368867: hue angle of 155.85º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368867 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 136 103 -
CMYK 0.60 0 0.24 0.47
HSL 155.85º 0.43% 0.37% -
HSV(B) 155.85º 0.6% 0.53% -
XYZ 12.77 19.37 15.9 -
YUV 107.72 125.33 89.68 -
System Red Green Blue C M Y K H S L
Decimal 54 136 103 0.60 0 0.24 0.47 155.85 0.43 0.37
Hex 36 88 67 3C 0 18 2F 9C 2B 25
Octal 66 210 147 74 0 30 57 234 53 45
Binary 110110 10001000 1100111 111100 0 11000 101111 10011100 101011 100101

Color Harmonies of #368867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368867

Black with #368867

Text Example


Text Example

White with #368867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368867; }

 p { color: rgb(54,136,103); }

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

background-color css

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

 a { background-color: rgb(54,136,103); }

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

border-color css

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

 span { border-color: rgb(54,136,103); }

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