Html Css Color HEX #38906C Viridian

📋 copy color: '#38906C'

red 56 ◦ green 144 ◦ blue 108

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

Shades of Viridian #38906C

Tints of Viridian #38906C

RGB

 RED value IS 56 (22.27% from 255) = 18.18%

 GREEN value IS 144 (56.64% from 255) = 46.75%

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

R = 18.18%
G = 46.75%
B = 35.06%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#38906C (or 0x38906C) is known color: Viridian. HEX triplet: 38, 90 and 6C. RGB value is (56,144,108). Sum of RGB (Red+Green+Blue) = 56+144+108=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #38906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38906C is #C76F93. Grayscale: #717171. Windows color (decimal): -13070228 or 7114808. OLE color: 7114808.

HSL color Cylindrical-coordinate representation of color #38906C: hue angle of 155.45º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38906C is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 144 108 -
CMYK 0.61 0 0.25 0.44
HSL 155.45º 0.44% 0.39% -
HSV(B) 155.45º 0.61% 0.56% -
XYZ 14.31 21.87 17.65 -
YUV 113.58 124.85 86.93 -
System Red Green Blue C M Y K H S L
Decimal 56 144 108 0.61 0 0.25 0.44 155.45 0.44 0.39
Hex 38 90 6C 3D 0 19 2C 9B 2C 27
Octal 70 220 154 75 0 31 54 233 54 47
Binary 111000 10010000 1101100 111101 0 11001 101100 10011011 101100 100111

Color Harmonies of #38906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38906C

Black with #38906C

Text Example


Text Example

White with #38906C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38906C; }

 p { color: rgb(56,144,108); }

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

background-color css

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

 a { background-color: rgb(56,144,108); }

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

border-color css

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

 span { border-color: rgb(56,144,108); }

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