Html Css Color HEX #368267 Viridian

📋 copy color: '#368267'

red 54 ◦ green 130 ◦ blue 103

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

Shades of Viridian #368267

Tints of Viridian #368267

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.3%

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

R = 18.82%
G = 45.3%
B = 35.89%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#368267 (or 0x368267) is known color: Viridian. HEX triplet: 36, 82 and 67. RGB value is (54,130,103). Sum of RGB (Red+Green+Blue) = 54+130+103=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #368267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368267 is #C97D98. Grayscale: #686868. Windows color (decimal): -13204889 or 6783542. OLE color: 6783542.

HSL color Cylindrical-coordinate representation of color #368267: hue angle of 158.68º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368267 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 130 103 -
CMYK 0.58 0 0.21 0.49
HSL 158.68º 0.41% 0.36% -
HSV(B) 158.68º 0.58% 0.51% -
XYZ 11.95 17.73 15.62 -
YUV 104.2 127.32 92.2 -
System Red Green Blue C M Y K H S L
Decimal 54 130 103 0.58 0 0.21 0.49 158.68 0.41 0.36
Hex 36 82 67 3A 0 15 31 9F 29 24
Octal 66 202 147 72 0 25 61 237 51 44
Binary 110110 10000010 1100111 111010 0 10101 110001 10011111 101001 100100

Color Harmonies of #368267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368267

Black with #368267

Text Example


Text Example

White with #368267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368267; }

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

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

background-color css

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

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

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

border-color css

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

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

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