Html Css Color HEX #38433F Te Papa Green

📋 copy color: '#38433F'

red 56 ◦ green 67 ◦ blue 63

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

Shades of Te Papa Green #38433F

Tints of Te Papa Green #38433F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.02%

 BLUE value IS 63 (25% from 255) = 33.87%

R = 30.11%
G = 36.02%
B = 33.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#38433F (or 0x38433F) is known color: Te Papa Green. HEX triplet: 38, 43 and 3F. RGB value is (56,67,63). Sum of RGB (Red+Green+Blue) = 56+67+63=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 67 - color contains mainly: green. Hex color #38433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38433F is #C7BCC0. Grayscale: #3F3F3F. Windows color (decimal): -13089985 or 4145976. OLE color: 4145976.

HSL color Cylindrical-coordinate representation of color #38433F: hue angle of 158.18º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #38433F is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 67 63 -
CMYK 0.16 0 0.06 0.74
HSL 158.18º 0.09% 0.24% -
HSV(B) 158.18º 0.16% 0.26% -
XYZ 4.54 5.21 5.47 -
YUV 63.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 56 67 63 0.16 0 0.06 0.74 158.18 0.09 0.24
Hex 38 43 3F 10 0 6 4A 9E 9 18
Octal 70 103 77 20 0 6 112 236 11 30
Binary 111000 1000011 111111 10000 0 110 1001010 10011110 1001 11000

Color Harmonies of #38433F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38433F

Black with #38433F

Text Example


Text Example

White with #38433F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38433F; }

 p { color: rgb(56,67,63); }

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

background-color css

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

 a { background-color: rgb(56,67,63); }

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

border-color css

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

 span { border-color: rgb(56,67,63); }

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